Opc.Ua.Core
ExtractValueFromVariant(ISystemContext,Object,Boolean) Method



Opc.Ua Namespace > BaseDataVariableState<T> Class > ExtractValueFromVariant Method : ExtractValueFromVariant(ISystemContext,Object,Boolean) Method
The system context.
The value.
if set to true throw an exception on error.
Converts a values contained in a variant to the value defined for the variable.
Syntax
'Declaration
 
Protected Overloads Overrides Function ExtractValueFromVariant( _
   ByVal context As ISystemContext, _
   ByVal value As Object, _
   ByVal throwOnError As Boolean _
) As Object
'Usage
 
Dim instance As BaseDataVariableState(Of T)
Dim context As ISystemContext
Dim value As Object
Dim throwOnError As Boolean
Dim value As Object
 
value = instance.ExtractValueFromVariant(context, value, throwOnError)
protected override object ExtractValueFromVariant( 
   ISystemContext context,
   object value,
   bool throwOnError
)
protected:
Object^ ExtractValueFromVariant( 
   ISystemContext^ context,
   Object^ value,
   bool throwOnError
) override 

Parameters

context
The system context.
value
The value.
throwOnError
if set to true throw an exception on error.

Return Value

If not overridden returns value.
Remarks
If throwOnError is false the default value for the type is returned if the value is not valid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDataVariableState<T> Class
BaseDataVariableState<T> Members
Overload List